home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Communications Toolbox / CTB Sample Code 1.0b16 / CTB Sources / Sources 1 / Surfer.make < prev    next >
Encoding:
Text File  |  1989-08-16  |  660 b   |  32 lines  |  [TEXT/MPS ]

  1. #
  2. #    Apple Products Presents
  3. #
  4. #    S U R F E R    ----- A CommToolbox Sample Application
  5. #
  6. #    Based on the MacDTS Simple Sample Application
  7. #
  8. #    Surfer.r    -    Rez Source
  9. #
  10. #    Copyright © 1988-9 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    Sample 1.0                    08/88
  14. #                Sample 1.01                    11/88
  15. #                Surfer 0.5                    08/89
  16.  
  17.  
  18. PObjs        = Surfer.p.o ∂
  19.         "{Libraries}"Runtime.o ∂
  20.         "{Libraries}"Interface.o ∂
  21.         "{ObjectsDirectory}"CommToolbox.o ∂
  22.         "{PLibraries}"PasLib.o
  23.  
  24. Surfer        ƒƒ {PObjs} Surfer.make
  25.         Link -o {Targ} {PObjs}
  26.         SetFile {Targ} -t APPL -c 'SurF' -a B
  27.  
  28. Surfer        ƒƒ Surfer.r Surfer.h Surfer.make
  29.         Rez -rd -o {Targ} Surfer.r -append
  30.  
  31. Surfer.p.o    ƒƒ Surfer.make
  32.